home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / XCSHELL / XCMD.H < prev    next >
Text File  |  1991-08-31  |  267b  |  13 lines

  1. //
  2. //    "XcShell" Skeletal XCMD/XFCN    subfunction checks and router
  3. //
  4. //    Copyright ⌐1991 Mark M. Owen -- All rights reserved
  5. //
  6. #pragma once
  7.  
  8. #include "HyperXCmd.h"
  9. #include "XCMDconstants.h"
  10. #include "XCMDglobals.h"
  11.  
  12. int        XCMD            (XCmdBlockPtr paramPtr,hGlobals hGlb);
  13.